UNPKG
rework-npm
Version:
latest (1.0.0)
1.0.0
0.7.0
0.6.1
0.6.0
0.5.0
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
0.0.2
0.0.1
Import CSS from npm modules using rework
github.com/reworkcss/rework-npm
reworkcss/rework-npm
rework-npm
/
example
/
node_modules
/
styles
/
index.css
12 lines
(9 loc)
•
123 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
@import
"font"
;
html
{
font-size
:
18px
; }
h1
{
font-family
: inherit;
font-weight
:
400
;
font-size
:
2em
; }