-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Stylus support alongside Sass, Less, and raw CSS, including Bootstrap-Stylus.
- Loading branch information
darryl.snow
committed
Jul 14, 2014
1 parent
9d87a2c
commit 1b90c44
Showing
5 changed files
with
29 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
.trash | ||
color rgb(209, 91, 71) | ||
color rgb(209, 91, 71) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
.thing-form | ||
margin 20px 0 | ||
margin 20px 0 | ||
|
||
#banner | ||
border-bottom none | ||
margin-top -20px | ||
border-bottom none | ||
margin-top -20px | ||
|
||
#banner h1 | ||
font-size 60px | ||
letter-spacing -1px | ||
line-height 1 | ||
font-size 60px | ||
letter-spacing -1px | ||
line-height 1 | ||
|
||
.hero-unit | ||
background #4393B9 | ||
color #F5F5F5 | ||
padding 30px 15px | ||
position relative | ||
text-align center | ||
text-shadow 0 1px 0 rgba(0, 0, 0, 0.1) | ||
background #4393B9 | ||
color #F5F5F5 | ||
padding 30px 15px | ||
position relative | ||
text-align center | ||
text-shadow 0 1px 0 rgba(0, 0, 0, 0.1) | ||
|
||
.footer | ||
border-top 1px solid #E5E5E5 | ||
margin-top 70px | ||
padding 30px 0 | ||
text-align center | ||
border-top 1px solid #E5E5E5 | ||
margin-top 70px | ||
padding 30px 0 | ||
text-align center |