1
1
mirror of https://github.com/primer/css.git synced 2024-10-27 01:44:13 +03:00
Commit Graph

51 Commits

Author SHA1 Message Date
Jon Rohan
be518b8023
Updating deprecations.js file to be more straightforward (#1581)
* Updating deprecations.js file to be more straightforward

* Create poor-coins-fix.md

* Remove tests

* Adding more info about the deprecation to the doc

* Title section

* Moving data to deprecations.json

* Moving data to deprecations.json

* Lint only scss files
2021-09-10 10:54:26 -07:00
Jon Rohan
4ae2174e33
Add .wb-break-word class to existing .break-word (#1555) 2021-08-31 00:42:26 +00:00
Kristján Oddsson
303cacae77
Convert package to a ES module (#1528)
* Set package as being a ES module package

* Set `engines` key to node versions that support ES modules

* Rename postcss config to a CommonJS extension

* Use import and export statements

* Import the default globby export

* Set stylelint config files as CommonJS files

* Convert prettier config to a CommonJS module

* Set a root ESLint config folder

* silence non-error output for dist

* export esm for stats modules

* Convert bundle size report

* Create strong-lemons-ring.md

Co-authored-by: Jon Rohan <yes@jonrohan.codes>
2021-08-11 14:10:47 -07:00
simurai
5fa4d1902c
Update deprecations.js 2021-05-25 10:05:55 +09:00
Jon Rohan
e4ee5f2780
Merge branch 'main' into text_truncate_2 2021-05-20 14:02:24 -07:00
Jon Rohan
9f10bdf621
Merge branch 'main' into text_truncate_2 2021-05-05 17:53:16 -07:00
Jon Rohan
d3d0bba565
Merge branch 'main' into tobiasahlin/dont-confuse-sizes-with-breakpoints 2021-05-05 10:00:42 -07:00
Jon Rohan
d540b8902e
Deprecating variables 2021-05-05 09:57:50 -07:00
Tobias Ahlin
f8790620f0 Prettier linting 2021-05-05 13:00:48 +02:00
Tobias Ahlin
659bb47342 Use "large" and "small" instead of "lg" and "sm", and remove deprecation of -large button modifier 2021-05-05 12:32:43 +02:00
Tobias Ahlin
7d00fab4a6 Merge branch 'main' into tobiasahlin/marketing-new-typescale 2021-05-04 10:53:27 +02:00
Jon Rohan
c1ed34358f
Fixing deprecation test 2021-05-03 19:46:36 -07:00
Jon Rohan
3d1b40e5d6
Fixing lint on deprecations file 2021-05-03 19:41:16 -07:00
Tobias Ahlin
7dd9f5a57a Merge branch 'main' into tobiasahlin/merge-marketing-spacing-utilities 2021-05-03 16:47:05 +02:00
Tobias Ahlin
9a8b16f467 Merge branch 'main' into tobiasahlin/marketing-new-typescale 2021-05-03 16:38:41 +02:00
Tobias Ahlin
a366a982d6 Add deprecation for headers and lead-mktg 2021-05-03 14:09:26 +02:00
Tobias Ahlin Bjerrome
a5c90ba759 Add marketing paddings on all sides to deprecation list 2021-04-30 14:50:15 +02:00
Tobias Ahlin
4fbeb26fea Add negative 0 selectors to deprecation list 2021-04-30 11:32:50 +02:00
Jon Rohan
66912706e8
Merge branch 'main' into text_truncate_2 2021-04-29 08:33:00 -07:00
simurai
759bc288c2 Lint 2021-04-28 20:28:28 +09:00
simurai
824ab6c396
Merge branch 'main' into tobiasahlin/deprecate-bg-shade-gradient 2021-04-28 20:11:11 +09:00
simurai
2b6b97f754 Deprecate .color-border-overlay 2021-04-28 19:45:36 +09:00
Tobias Ahlin
1fef65910e Deprecate bg-shade-gradient 2021-04-28 10:17:20 +02:00
Tobias Ahlin
658422c6bd Add deprecation for btn-large-mktg, with proper deprecation message 2021-04-26 10:36:48 +02:00
Tobias Ahlin
de84738054 Remove deprecation addition of aria-disabled 2021-04-26 10:19:56 +02:00
Jon Rohan
9e1ff7dc20
Adding new .Truncate class and deprecating css-truncate 2021-04-23 14:31:06 -07:00
Jon Rohan
354f7c0cd8
Update deprecations.js 2021-04-22 09:02:21 -07:00
Jon Rohan
2c8f3332a7
Update deprecations.js 2021-04-22 08:59:43 -07:00
Jon Rohan
63b125cd05
Adding deprecation warning for browserslist update 2021-04-01 11:04:14 -07:00
simurai
052d44d496 Deprecate all .btn-blue selectors 2021-03-11 16:11:36 +09:00
simurai
0e1550296b Remove .btn-blue 2021-03-11 15:38:42 +09:00
simurai
3d29a0ce86 Update deprecations.js 2021-03-11 10:17:40 +09:00
simurai
ca1b19e7db Remove word-wrap from .markdown-body li 2021-03-10 21:36:12 +09:00
simurai
d2c25754de Update deprecations.js 2020-07-02 17:33:20 +09:00
simurai
5b11a8ea62 Update deprecations.js 2020-07-02 16:42:35 +09:00
simurai
3610d964b4 Update deprecations.js 2020-05-21 16:27:41 +09:00
simurai
7becc54171 Update deprecations.js 2020-05-21 16:23:11 +09:00
simurai
9b5fdbca0f Fix "test deprecations"
These selectors are not really needed anymore.

- `.subnav-item.selected:hover/focus` can be removed because `.subnav-item.selected` already overrides `.subnav-item:hover/focus`.
- `.autocomplete-item[aria-selected="true"]` got changed to `[aria-selected=true]` without the quotes to be consistent with the rest.
2020-01-23 14:37:41 +09:00
simurai
bc7cbe7d29 Deprecate .SelectMenu selectors 2019-11-16 00:02:42 +09:00
simurai
ce3dfe9c04 Make it prettier 2019-11-05 18:57:40 +09:00
simurai
9811776117 Deprecate .flex-item-equal 2019-11-05 17:54:17 +09:00
Shawn Allen
3620a1bc86 add deprecation notice for $highlight-yellow 2019-11-04 15:45:18 -08:00
Shawn Allen
61ca4f89ee add deprecation for .UnderlineNav-item.selected 2019-10-31 16:20:15 -07:00
Shawn Allen
ed61a3a6d5 add variable deprecation + tests 2019-10-31 15:48:30 -07:00
Shawn Allen
f95681fd00 add deprecations for .dropdown-menu-content 2019-09-10 14:13:13 -07:00
Shawn Allen
bb1d39ce5d add all the .btn-purple selectors to deprecations.js 2019-09-10 13:44:25 -07:00
Shawn Allen
5492a3ab05 chore: lint deprecations.js 2019-09-10 13:32:11 -07:00
Shawn Allen
40bca3c627 add .container and ::before / ::after selectors to v13 deprecations 2019-09-10 13:28:24 -07:00
Shawn Allen
5c43eea7dd fix path to package.json 2019-09-05 12:37:14 -07:00
Shawn Allen
eadec4c6af lint, "dep" -> "deprecation" 2019-09-05 12:33:11 -07:00