This website requires JavaScript.
Explore
Help
Sign In
terribleplan
/
next.js
Watch
1
Star
0
Fork
You've already forked next.js
0
mirror of
https://github.com/terribleplan/next.js.git
synced
2024-01-19 02:48:18 +00:00
Code
Issues
Releases
Wiki
Activity
ccc9ff2201
next.js
/
examples
/
with-global-stylesheet
/
styles
/
index.scss
9 lines
104 B
SCSS
Raw
Normal View
History
Unescape
Escape
postcss-loader, postcss-easy-import, normalize.css and autoprefixer (#1352)
2017-03-05 15:48:37 +00:00
@import
'
normalize.css
'
;
add global stylesheet example (#1016) * add global stylesheet example * fix avoiding html-escape of stylesheets * update readme * remove .gitignore
2017-02-11 23:22:35 +00:00
$primary-color
:
black
;
p
{
font-size
:
xx-large
;
color
:
$primary-color
;
}
Reference in a new issue
Copy permalink