Commit Graph

119 Commits

Author SHA1 Message Date
Jeremy Thomas
2cbef5868e
Use single file for extends (#3216)
* Use single file for extends

* Update changelog
2020-12-20 12:10:04 +00:00
Jeremy Thomas
a6130bf160 Use imports everywhere 2020-11-07 18:15:20 +00:00
Jeremy Thomas
5e4bf5ed55 Fix #3020: Add spacing helpers for all sides 2020-08-27 11:46:39 +02:00
Jeremy Thomas
8c522b891b Fix #2993, Restore derived variables file extension 2020-08-27 10:18:22 +02:00
Alexander Schwartz
7a3efb04aa make the default text color of code listings more accessible 2020-08-22 08:57:38 +02:00
Jeremy Thomas
eb604e5fff Add keywords inclusion tests 2020-08-08 17:16:04 +01:00
Jeremy Thomas
4125514819 Merge branch 'master' into new-helpers 2020-06-07 12:10:36 +01:00
Jeremy Thomas
ff70b7f858 Merge branch 'master' into rtl-support 2020-05-17 19:14:19 +01:00
Jeremy Thomas
8c65f02627 Add light color helpers 2020-05-17 13:47:06 +01:00
Jeremy Thomas
a2a9564ca9 Add new spacing helpers 2020-05-17 13:46:40 +01:00
Jeremy Thomas
f75ae3db01 Add multiple Sass tests 2020-03-16 13:39:03 +11:00
Jeremy Thomas
a5f9266997 Rename LTR mixins 2020-01-22 09:14:04 +00:00
Jeremy Thomas
0ca264016b Add directioner 2020-01-21 08:50:51 +01:00
Jeremy Thomas
f5545ac723 RTL init 2020-01-20 20:39:09 +01:00
Jeremy Thomas
5ba407bf91 Fix #2741 2020-01-05 13:27:54 +00:00
Jeremy Thomas
d0c84b97c9 Update variable JSONs 2019-10-17 20:51:42 -04:00
Jeremy Thomas
0f988eadd9 Add color scheme 2019-10-17 20:51:42 -04:00
Jeremy Thomas
5131f2ab04 Add light/dark color functions 2019-10-17 20:51:42 -04:00
Jeremy Thomas
639e09e2c3 Increase controls size, Update base colors 2019-10-17 20:51:42 -04:00
Wessel Kuipers
f99771e6fe Derive ‘-invert’ sass variables from primary colors (#2594) 2019-10-13 10:10:26 +01:00
Jeremy Thomas
43b4b0bdc3 Update shadows 2019-09-19 18:08:42 +01:00
Jeremy Thomas
a2d9314626 Fix #2031, Fix #2483 2019-05-20 21:58:02 +01:00
Jeremy Thomas
565af6ddd9 Add more variables 2019-05-17 13:50:39 +01:00
Watt Iamsuri
00e3105d85 change gap variable value 2019-05-17 11:46:59 +01:00
Sam Featherstone
e8f485e27a fieldset disabled styles (#1682)
* fieldset disabled styles

* Added disabled styles to button elements included inside a disabled fieldset

* Added comma, and fieldset element reset

* fieldset doesn't need display block
2018-10-31 18:29:55 +00:00
Les Leslie
50fb74d6c8 Add $family-secondary, $family-tertiary, and 6 font family helpers (#2178)
* Add secondary and tertiary font families to derived-variables.sass

* Add font family helpers to helpers.sass

* Add has-font-* to typography-helpers.html

* Correct number of font family helpers in typography-helpers.html

* Remove $family-tertiary, change has-font to is-family, and update docs.
2018-10-28 22:12:52 +00:00
Jeremy Thomas
9a5c7efe6c Fix control extend 2018-10-02 07:04:19 +01:00
Jeremy Thomas
91db8e1af0 New control height and line height variables 2018-10-02 07:01:43 +01:00
Jeremy Thomas
04fb26b450 Fix mixins/extends confusion 2018-09-04 15:24:57 +02:00
Brandon
2c716292bc Remove unnecessary use of @extend inside mixins (#2000)
* Remove unnecessary use of @extend inside mixins

* Revert changes to +unselectable, +delete, and +loader

* Move @extend selector styling to their related mixin.
2018-08-01 11:51:44 +01:00
Brandon
d4b92c0faf Change $border to $grey-lighter in mixins. Fixes #1862 2018-07-18 13:00:40 +01:00
May Kittens Devour Your Soul
0b600d02b2 fixes delete [pointer-events]
this is bugfix, because without it, delete icon, when placed in searchbox, displays, but doesn't work upon click.
2018-05-25 11:25:37 +02:00
Jeremy Thomas
3babdbc850 Fix select colors 2018-04-11 09:59:47 +01:00
Jeremy Thomas
6b53425544 Top-level pages 2018-04-09 20:19:29 +01:00
Jeremy Thomas
740df6a0fa Fix #1759 2018-04-08 20:15:06 +01:00
Jeremy Thomas
a76c16b387 Add control and button border variables 2018-04-08 20:15:06 +01:00
Jeremy Thomas
8baa6cc6dc Fix before and after selectors 2018-04-08 20:15:06 +01:00
Jeremy Thomas
292fd8ac4f Use extends 2018-04-08 20:15:06 +01:00
Jeremy Thomas
2e73df0289 Fix travis builds 2018-04-08 16:06:57 +01:00
Jeremy Thomas
28a7a744f0 Fix mergeColorMaps 2018-04-08 14:38:59 +01:00
Come2Daddy
4bf1010ec6 Makes adding colors easier
Just map your colors, the bulma way ($name: ($color[,$invert]) into $custom-colors, and import bulma.
Note that, you can provide only the color as the inverted would be computed from it.
2018-04-08 12:42:54 +01:00
Jeremy Thomas
b4a45e8661 Change default variable value 2017-12-04 21:06:37 +00:00
Jeremy Thomas
6176c2c9f5 Fix #1190 2017-12-04 21:03:01 +00:00
Jeremy Thomas
5800c0dd12 Fix #1453 2017-12-04 19:29:23 +00:00
Oleksii Potiekhin
61938a39e9 is-rounded (#1323)
* is-rounded

* padding
2017-12-04 13:21:38 +00:00
Jeremy Thomas
c0639cde83 Add top bottom navbar toggle 2017-11-06 12:51:20 +00:00
mdavid88
7e0019ae44 Fix for issue #963. (#1357)
iOS <button> element's minimum width is dependant on its font-size, so the .delete width wasn't able to be as small as it's height, resulting in one arm of the X being longer than the other. font-size: 0 does the trick.
2017-10-22 23:28:41 +01:00
Jeremy Thomas
ff732c9aad Improve hamburger alignment 2017-10-18 11:27:51 +01:00
bstashio
1053ccc0b0 Remove deprecated variables.sass file (#1263) 2017-10-10 10:51:19 +01:00
Jeremy Thomas
b81a267535 Use blue color 2017-10-10 10:50:00 +01:00