This website requires JavaScript.
Explore
Help
Sign In
danog
/
sass-site
Watch
1
Star
0
Fork
0
You've already forked sass-site
mirror of
https://github.com/danog/sass-site.git
synced
2024-12-11 08:59:51 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ce8804d676
sass-site
/
source
/
code-snippets
/
_homepage-import-1-scss.md
12 lines
79 B
Markdown
Raw
Normal View
History
Unescape
Escape
moar tweaks
2013-02-24 07:04:16 +01:00
```scss
Fixes #39 — Adds SCSS/Sass syntax switcher to Guide.
2014-03-14 06:04:34 +01:00
// _reset.scss
moar tweaks
2013-02-24 07:04:16 +01:00
html,
body,
ul,
ol {
Fix misindentation on import code snippet for scss (#189)
2017-07-06 01:13:18 +02:00
margin: 0;
moar tweaks
2013-02-24 07:04:16 +01:00
padding: 0;
}
Fixes #39 — Adds SCSS/Sass syntax switcher to Guide.
2014-03-14 06:04:34 +01:00
```
Reference in New Issue
Copy Permalink