Commit Graph

117 Commits

Author SHA1 Message Date
Konstantin Obenland 921992277d _s: Merge branch 'pr/616'. 2014-11-05 17:02:58 -08:00
Konstantin Obenland 8ba2a53f3a _s: Remove remaining box-sizing prefix.
Also removes the box-sizing mixin, as it is of no use anymore.

See http://caniuse.com/#feat=css3-boxsizing
See #558.

Fixes #561.
2014-11-05 16:53:52 -08:00
Tim Moore bdab57a53f Fix child menu styling inheritance. See #587 2014-09-21 09:47:04 -06:00
Ram Ratan Maurya 1ca71befe2 Remove border-radius mixin 2014-09-14 22:56:29 +05:30
Ram Ratan Maurya 00c220b1c5 Inherit box-sizing for best practice
Using inheritance allows easy override on other elements, and also it’s the best practice.
2014-09-09 05:09:46 +05:30
Stefan Brechbühl f0340a66e4 Delete hyphens
in comment headings
2014-09-01 22:44:54 +02:00
Konstantin Obenland b76f394a79 Merge pull request #594 from MickeyKay/sass-fixes
Add fixes for faulty Sass import paths and negative values.
Closes #588.
2014-08-29 13:54:45 +02:00
MickeyKay aadc4a1e57 Change Sass headings file name and import path. 2014-08-23 13:57:51 -07:00
MickeyKay 4effd896ff Add fixes for faulty Sass @import paths and negative values. 2014-08-22 17:00:32 -07:00
Tammie Lister a3e0022dd5 Changes description of mixin - props @r007
Relates to #582
2014-08-18 16:38:19 +01:00
Tammie Lister e88ad83914 Merge pull request #571 from corvannoorloos/patch-2
Update input field border color props @corvannoorloos
2014-08-14 17:00:37 +01:00
Cor van Noorloos bf1e501b00 Update input field border color
now matches style.css
2014-08-13 19:06:04 +02:00
Cor van Noorloos 354ad2b896 indentation using tabs instead of mixed tabs/spaces
see https://github.com/Automattic/_s/pull/565
2014-08-13 18:38:51 +02:00
Tammie Lister 4bba66e25e Puts width in right place
Props @corvannoorloos
2014-08-13 14:34:23 +01:00
Firdaus Zahari 6a8b42795d Put vendor specific property first 2014-08-13 20:03:05 +08:00
Tammie Lister 96718641de Adds in missing class
Brings in class that was missing from updated Sass but in style.css.
Props @corvannoorloos
2014-08-13 12:18:30 +01:00
Tammie Lister 068f90fc8f Initial commit for _sass.
Props @michaelArestad @hugobeta, and @jacklenox.

* Give prefix to variable files. This avoids confusion with files of similar names like typography. It also helps with the visual recognition over what file does what.
* Set up mixins-master.
* Setting foundation for encouraging in larger projects use of more than one mixing file. This creates a master mixins file that we can then bring subs into if the project grows.
* Fixed line breaks, spacing and new lines. Props @gregrickaby.
* Nest widget select. Props @gregrickaby.
* Make variables be variables-site. Makes this the global variables folder. People can then use sub folders in sections for local only variables.
* Change content directory to be site directory.
* Remove zip. Revert `style.css` to not be auto generated version.
* Fixes rem size issue on body font.
* Fixes for differences between `_s` and `_sass`. Fixed font sizes, added in display block to classes so they compile and the theme check
passes.
* Remove text domain and clean up css.
2014-08-11 09:05:56 -07:00