This website works better with JavaScript.
Help
Sign In
tentakelfabrik
/
plain-ui
Watch
1
Star
0
Fork
0
Code
Issues
9
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
adding
release/0.2
Björn
3 years ago
parent
eee55e8c97
commit
5c81670db5
3 changed files
with
14921 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+14907
-1
public/plain-ui.css
+13
-1
public/spritemap.js
+1
-1
webpack.mix.js
+ 14907
- 1
public/plain-ui.css
File diff suppressed because it is too large
View File
+ 13
- 1
public/spritemap.js
View File
@ -1 +1,13 @@
(
self
.
webpackChunkplain_ui
=
self
.
webpackChunkplain_ui
||
[
]
)
.
push
(
[
[
355
]
,
{
256
:
(
)
=>
{
}
}
]
)
;
(
self
[
"webpackChunkplain_ui"
]
=
self
[
"webpackChunkplain_ui"
]
||
[
]
)
.
push
(
[
[
"spritemap"
]
,
{
/***/
"?4e0c"
:
/
*
!
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
!
*
\
!
*
*
*
spritemap
-
dummy
-
module
*
*
*
!
\
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
/
/***/
(
(
)
=>
{
/***/
}
)
}
]
)
;
+ 1
- 1
webpack.mix.js
View File
@ -17,7 +17,7 @@ require('laravel-mix-purgecss')
mix
.
webpackConfig
(
{
plugins
:
[
new
SvgSpritemapPlugin
(
'src/icons/svg/*.svg'
,
{
new
SvgSpritemapPlugin
(
'src/icons/
mono-icons/
svg/*.svg'
,
{
output
:
{
filename
:
'symbol-defs.svg'
,
chunk
:
{
Write
Preview
Loading…
Cancel
Save