1
1
mirror of https://github.com/primer/css.git synced 2024-12-26 07:35:04 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Mark Otto
7569218e98 reorg that a bit 2015-07-21 14:40:42 -07:00
Mark Otto
6c4b987b2e clarify some css docs 2015-07-21 14:23:10 -07:00
Mark Otto
14fa24b2bf Merge pull request #98 from rap2hpoutre/patch-2
Adding guideline about soft-tabs for HTML
2015-04-15 14:10:53 -07:00
Mark Otto
f0ec81b476 Merge pull request #89 from primer/jonrohan-patch-1
Call this section SCSS guidelines
2015-04-15 14:10:24 -07:00
Mark Otto
2d70ae5d52 Merge pull request #29 from BrianCS/patch-1
Add note on SCSS' overloaded rgba() function
2015-04-15 14:09:10 -07:00
raph
dbf98df578 Adding guideline about soft-tabs for HTML 2015-04-09 11:21:13 +02:00
Jon Rohan
02c02d6a76 Call this section SCSS guidelines 2015-04-01 12:29:57 -04:00
Jed Northridge
44ff83edfa It's -> its when appropriate 2015-03-28 16:32:16 -04:00
B. Seward
5eaca6910d Add note on SCSS' overloaded rgba() function
Sass + SCSS overrides and overloads the [rgba() function](http://sass-lang.com/documentation/Sass/Script/Functions.html#rgba-instance_method) so it can also take parameters in the format `rgba($color, $alpha)`, e.g. `rgba(#000, .5)`.

It'd be pragmatic to leverage that overload and use hex colors that much more consistently in SCSS. If GitHub folks aren't writing much raw CSS this line can be trimmed further, ```* Use hex color codes `#000` (SCSS' `rgba()` function is overloaded to accept hex colors as a param, e.g., `rgba(#000, .5)`).``` (since Sass' overriding of `rgba()` isn't obvious perhaps good to spell it out explicitly here).
2015-03-24 03:10:39 -07:00
Mark Otto
b3a560d875 initial commit from github/primer into primer/primer 2015-03-20 16:30:22 -07:00