₍˄ุ.͡˳̫.˄ุ₎
41eeb24e82
Update Sass Repo logo.
2014-06-07 06:51:37 -07:00
₍˄ุ.͡˳̫.˄ุ₎
df16f5fe42
Add new shiny Source Serif Pro…
...
…to match the others in the type set. :)
2014-05-20 11:50:26 -07:00
Evan Dull
51307bc89a
Fix wrapping of "COMMAND LINE" in chrome.
...
The text "COMMAND LINE" on the Install page is wrapping in chrome.
2014-05-09 16:30:10 -04:00
Evan Dull
91976a3f61
Add missing period.
...
The "Import" section of the "Sass Basics" page was missing a period in the following sentence:
"When you import a file you don't need to include the file extension <code>.scss</code>"
It should read:
"When you import a file you don't need to include the file extension <code>.scss</code>."
2014-05-09 14:17:34 -04:00
Evan Dull
9518d27f0e
Fix a typo.
...
The "Stable" section under "Contribute" had a typo in the following sentence:
"If you have a some code to contribute, fork the stable branch and send us a pull request."
It should read:
"If you have some code to contribute, fork the stable branch and send us a pull request."
2014-05-08 22:44:48 -04:00
₍˄ุ.͡˳̫.˄ุ₎
74ddaa8d63
Use official Twitter button for Team Sass Design
...
:)
2014-04-24 02:09:18 -07:00
₍˄ุ.͡˳̫.˄ุ₎
cb0f288a9b
Update copyright.
...
TODO: Make this automaaaaaated.
2014-04-24 02:03:22 -07:00
Jina Bolton
d0ceca20f1
Update team page and make minor Firefox-related CSS fixes
2014-04-24 01:57:39 -07:00
₍˄ุ.͡˳̫.˄ุ₎
99425d6fa3
Add blog link.
2014-04-24 01:11:36 -07:00
₍˄ุ.͡˳̫.˄ุ₎
7fa9997f88
Add Sass repo link to footer
2014-04-21 11:33:45 -07:00
₍˄ุ.͡˳̫.˄ุ₎
650fc845af
Fix formatting.
2014-04-19 16:03:34 -07:00
₍˄ุ.͡˳̫.˄ุ₎
21dc7eaaae
Add logo color guidelines.
2014-04-19 16:00:12 -07:00
₍˄ุ.͡˳̫.˄ุ₎
785ba94477
Removing CampSass banner styles as well.
2014-04-19 14:56:51 -07:00
Michael JL Catlin
8d565d4035
Removing the CampSass alert
2014-04-19 14:43:32 -07:00
johncomposed
a13314a3fd
Adding a little arrow to clarify what tab you're on.
...
Also added override for the a:focus blue hover since it:
a) Doesn't confine to the style guide
b) Makes the tab arrow look weird
2014-03-26 16:27:57 -04:00
Michael JL Catlin
dbdefb7eef
I can't spell April
2014-03-20 12:25:01 -07:00
Michael JL Catlin
8d6ad06656
Adding a 'Come to CampSass' alert on the homepage
2014-03-20 10:52:34 -07:00
Ryan Kirkman
a42415a889
Update description of partials
...
Files that begin with an underscore should not be generated into a stand alone CSS file.
2014-03-19 13:36:28 -07:00
Jina Bolton
206880a768
Fixes #39 — Adds SCSS/Sass syntax switcher to Guide.
2014-03-13 22:04:34 -07:00
Jina Bolton
867362ed5e
Fixes #50
2014-03-13 17:51:23 -07:00
Jina Bolton
97b735fe83
Fixes #54 — Using a better monospace font stack and switching to a different color theme.
2014-03-13 17:46:22 -07:00
Jina Bolton
a2582188aa
Closes #24 and Closes #56 -- Adds libSass resources and implementations to the Community page. @hcatlin made a website for libSass, so rather than making a new page, we can link to that for now.
2014-03-13 17:01:47 -07:00
Jina Bolton
584ad93f67
Fixes the broken URL to the zip file. *head-desk*
2014-03-13 14:55:50 -07:00
marleyblakedog
760104ea21
Escape underscores in file names on import example
2014-03-06 09:27:53 -05:00
RedRiderX
2203318323
Remove dead link to Prepros Pro
...
http://alphapixels.com/prepros/pro is a dead link and http://alphapixels.com/prepros/ now provides information for the OSS and Paid versions. I consolidated both entries.
2014-03-03 10:56:18 -05:00
Mike MacCana
b71937750f
Mention Windows Command Prompt explicitly.
2014-02-18 14:18:25 +00:00
Mike MacCana
b0f350d9cd
Open your Terminal
...
'Open your Command line application' could refer to a command line application like, say, grep, or the scss program itself (which is what I thought this meant the first time I read it). Be more specific.
2014-02-18 13:10:24 +00:00
₍˄ุ.͡˳̫.˄ุ₎
6b576e5238
Merge pull request #49 from sturobson/patch-1
...
removes non-existing -o- Opera prefix
2014-01-06 12:42:49 -08:00
Stuart Robson
e3013b7aa9
removes non-existing -o- Opera prefix
...
Opera never prefixed border-radius
2014-01-06 16:13:50 +00:00
Stuart Robson
6b8f5afd7a
removes non-existing -o- Opera prefix
...
Opera never prefixed border-radius
2014-01-06 16:13:22 +00:00
₍˄ุ.͡˳̫.˄ุ₎
8e81ccf575
Thanks Andrew M for emailing me to point out the typo.
2013-12-19 15:56:55 -08:00
Dustin Horton
0c17b3ab0c
move padding from .navigation to .navigation ul
2013-11-29 02:08:58 -05:00
namusyaka
8128339fbf
Remove unnecessary end tag.
2013-11-11 20:34:27 +09:00
Brent J. Nordquist
6a1e588064
Fix typo in code snippet for extend
...
the SCSS snippet sets the "border" property of .message,
but the resulting CSS snippet has "border-color" (should be "border")
(and obviously you can't use "1px solid" on border-color)
2013-11-07 10:17:31 -06:00
₍˄ุ.͡˳̫.˄ุ₎
8f00027af6
Adobe is forcing their logins on typekit now, so my previous typekit account died. :( Changing ID to my adobe account id.
2013-10-30 13:16:57 -07:00
₍˄ุ.͡˳̫.˄ุ₎
a6867b40e8
closes #43
2013-10-24 17:40:35 -07:00
₍˄ุ.͡˳̫.˄ุ₎
18f594c0e1
Merge pull request #42 from Drager/sni
...
border-color should just be a color, not style and size as well
2013-10-19 14:32:08 -07:00
Jesper Håkansson
ae2544f621
border-color should just be a color style and size as well
...
You can't use border-color like that, can you? Border color should just be a color.
2013-10-19 23:24:10 +02:00
Jesper Håkansson
c963797039
Fixed link to #Blogs
2013-10-19 22:56:13 +02:00
Bermon Painter
bf4622f37f
Fixes #36 . Missing logo.zip
...
Looks like a the image directory was changed to 'img' but the logo.zip didn't get moved to the 'img' directory.
2013-10-17 09:10:25 -04:00
₍˄ุ.͡˳̫.˄ุ₎
9ab3111407
improve hero layout
2013-10-17 00:20:58 -07:00
₍˄ุ.͡˳̫.˄ุ₎
db7b76f6de
fix weird footer issues
2013-10-17 00:08:47 -07:00
₍˄ุ.͡˳̫.˄ุ₎
d21bfb277e
adjusting 404 layout
2013-10-16 23:49:48 -07:00
Nathan Weizenbaum
c997abb9ef
Support a real 404 page.
2013-10-16 23:46:28 -04:00
₍˄ุ.͡˳̫.˄ุ₎
c8f211e60c
Adding logo license, per core team's request
2013-10-16 15:06:57 -07:00
Bermon Painter
bd43bf63fc
Fixes #31 Added missing information to installation guide
2013-10-16 08:10:57 -04:00
₍˄ุ.͡˳̫.˄ุ₎
8027b702c2
add some additional styling to the docs
2013-10-16 00:47:46 -07:00
₍˄ุ.͡˳̫.˄ุ₎
27380305f5
center headers
2013-10-16 00:14:29 -07:00
₍˄ุ.͡˳̫.˄ุ₎
9197485905
add install images
2013-10-16 00:11:01 -07:00
₍˄ุ.͡˳̫.˄ุ₎
b1ebbe2e2a
Update _code.scss
...
Removing stuff that made code blocks fugly on mobile.
2013-10-15 18:23:34 -07:00