1
1
mirror of https://github.com/primer/css.git synced 2024-09-22 06:07:31 +03:00
Commit Graph

161 Commits

Author SHA1 Message Date
Mark Otto
8089993a0f Merge pull request #65 from primer/browser_support
Browser and platform support in About page
2015-03-28 00:30:03 -07:00
Mark Otto
22e7b12320 mention browsers and platforms in about page 2015-03-28 00:27:01 -07:00
Mark Otto
c5bf85e179 Merge pull request #63 from primer/disabled_btns
Document disabled buttons
2015-03-27 16:43:05 -07:00
Mark Otto
6a85a7e601 recompile 2015-03-27 16:41:46 -07:00
Mark Otto
ec3dd09832 document counters in buttons 2015-03-27 16:41:44 -07:00
Mark Otto
1c240aa159 Merge branch 'btn_counters' of https://github.com/primer/primer into btn_counters 2015-03-27 16:39:29 -07:00
Mark Otto
31326dd30d Nuke text-shadows on counters in buttons 2015-03-27 16:39:20 -07:00
Mark Otto
cb80b3479a Merge branch 'master' into btn_counters 2015-03-27 16:38:17 -07:00
Mark Otto
8fce98ea07 Merge pull request #38 from primer/readme-dev
Add basic dev notes on branches in readme
2015-03-27 16:37:29 -07:00
Mark Otto
532aa8cf0a Merge pull request #18 from primer/hound
Add Hound CI w/ SCSS linter
2015-03-27 16:36:32 -07:00
Mark Otto
972477aca8 Remove a ton of github/github-specific CSS
For components like our image uploader, previewable forms, and issue/PR composers
2015-03-27 16:20:32 -07:00
Mark Otto
ff8d28f914 Merge pull request #9 from pborreli/typos
Fixed typos
2015-03-27 16:06:37 -07:00
Mark Otto
cf95639a7e update to latest scss-lint config, drop all error severity mentions 2015-03-27 15:29:03 -07:00
Mark Otto
016e6c6c5b document the disabled button state for all button variations 2015-03-27 15:14:38 -07:00
Mark Otto
7a2cd12bb5 Restyle .btn-outline disabled state to look less like a regular button 2015-03-27 15:14:27 -07:00
Mark Otto
a13ac3f474 Merge pull request #37 from primer/copyright
Add copyright banners to CSS
2015-03-27 13:36:30 -07:00
Mark Otto
76702fe083 Fix links in readme 2015-03-27 13:32:27 -07:00
Mark Otto
a5b9fbd7b4 Add overrides for counters in our buttons, fixes #60 2015-03-27 11:54:41 -07:00
Jensen Hussey
daa0ae505d Fixing a grammatical issue for clarity 2015-03-26 10:53:47 -07:00
Thomas Tuts
775fb6a584 Add helper layout class to center content
This adds the `.centered` class which can be used either on a column, or
outside of the grid. This also allows us to center content that is not
placed in a grid row (for example, a fixed-width navigation, ...).
2015-03-26 07:34:51 +01:00
Florian
564c14e646 Added missing space 2015-03-25 09:35:04 +01:00
Florian
95c515ef16 Fix .social-count underline
`.social-count` elements get an underline when pressing down (`:active`), then dragging out of them.
2015-03-25 09:17:42 +01:00
Chris McKay
8f4939df28 Update layout.md
Grammar fix
2015-03-24 22:57:05 -04:00
Karol Jastrzebowski
14c5a6ddc5 Editor Config file added 2015-03-24 21:44:43 +01:00
Mark Otto
e4ed1234fb fixes #11: layout grammar 2015-03-24 10:46:10 -07:00
Mark Otto
a141439872 fixes #5 2015-03-24 10:45:31 -07:00
Mark Otto
95308ada2c fixes #39, #35, part of #9: direction in tooltips docs 2015-03-24 10:45:04 -07:00
Mark Otto
a5529a61ab disable comment property 2015-03-24 10:40:10 -07:00
Mark Otto
c074ba3413 Add basic dev notes on branches in readme 2015-03-24 10:38:17 -07:00
Mark Otto
0e8c4225b8 don't prefer global color vars 2015-03-24 10:27:37 -07:00
Mark Otto
054b7ee62f add copyright banners to the docs and dist css 2015-03-24 10:07:14 -07:00
Kenneth Love
52ddc53c41 Update tooltips.md
Typo
2015-03-24 10:06:42 -07: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
Nicolas Dermine
a1b3825798 fix typo
not entirely sure, but feels like "toolkit" is singular and this is present tense.
2015-03-24 04:28:54 +01:00
Mark Otto
64104887af Create .scss-lint.yml 2015-03-23 16:06:24 -07:00
Mark Otto
f1725c063f Create .hound.yml 2015-03-23 16:05:41 -07:00
Pascal Borreli
7f0ecf12c7 Fixed typos 2015-03-23 22:46:58 +00:00
Chris Rebert
40c2f92c44 docs/blankslate.md: grammar: remove errant word 2015-03-23 15:38:25 -07:00
Thomas Tuts
1750aa04d7 Remove redundant gem names 2015-03-23 21:40:38 +01:00
Thomas Tuts
9dbe92da21 Add Rouge as a gem dependency in install instructions
If the Rouge gem is not installed, Jekyll will throw an error when the
`jekyll serve` command is run. (`Liquid Exception: cannot load such
file -- rouge in alerts.md`)
2015-03-23 21:39:22 +01:00
Mark Otto
20c1914c58 Merge pull request #3 from josh/patch-1
Prefer public primer-css package name
2015-03-23 13:30:09 -07:00
Mark Otto
becd273038 Merge pull request #2 from josh/readme-sprockets
Remove old sprockets instructions
2015-03-23 13:29:46 -07:00
Thomas Tuts
132cfd4a04 Change issue tracker URL from twbs/bootstrap to primer/primer 2015-03-23 21:04:57 +01:00
Joshua Peek
4b5e5bc391 Prefer public prime-css package name 2015-03-23 12:42:59 -07:00
Joshua Peek
9046d5d172 Remove old sprockets instructions 2015-03-23 12:37:35 -07:00
Mark Otto
b4af627293 copy 2015-03-23 11:47:52 -07:00
Mark Otto
7adc1b403e small copy 2015-03-23 11:02:41 -07:00
Mark Otto
e42dffa47c docs url 2015-03-23 10:43:18 -07:00
Mark Otto
d3da5daa93 build 2015-03-23 10:30:33 -07:00
Mark Otto
01f8d36546 update to use markdown name for user-content 2015-03-23 10:27:11 -07:00