This website requires JavaScript.
Explore
Help
Sign in
wbrawner
/
Caret
Watch
1
Star
0
Fork
You've already forked Caret
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
bb96a1da66
Caret
/
css
/
base.less
8 lines
96 B
Text
Raw
Normal View
History
Unescape
Escape
Split CSS into multiple LESS files. Fixed a save bug on untitled files.
2013-09-01 19:41:39 +00:00
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
Set a body font for reliable tab line height
2013-09-02 00:54:21 +00:00
font-family: "Droid Sans";
Split CSS into multiple LESS files. Fixed a save bug on untitled files.
2013-09-01 19:41:39 +00:00
}
Reference in a new issue
Copy permalink