mirror of
https://github.com/primer/css.git
synced 2024-11-28 13:12:16 +03:00
add planned deprecation warnings
This commit is contained in:
parent
9db5ba0ca1
commit
f49951e20f
@ -1,6 +1,8 @@
|
||||
// Layout utilities
|
||||
// stylelint-disable block-opening-brace-space-before, primer/selector-no-utility, comment-empty-line-before
|
||||
|
||||
@warn "Responsive position utilities will be moved from primer-marketing-utilities to primer-utilities in primer v11.0.0."
|
||||
|
||||
// Responsive position utilities
|
||||
|
||||
@each $breakpoint in map-keys($breakpoints) {
|
||||
|
@ -1,3 +1,4 @@
|
||||
@warn "The entire primer-page-headers package will be removed in primer v11.0.0."
|
||||
// support files
|
||||
@import "primer-support/index.scss";
|
||||
@import "primer-marketing-support/index.scss";
|
||||
|
@ -1,3 +1,4 @@
|
||||
@warn "The entire primer-page-sections package will be removed in primer v11.0.0."
|
||||
// support files
|
||||
@import "primer-support/index.scss";
|
||||
@import "primer-marketing-support/index.scss";
|
||||
|
@ -1,3 +1,4 @@
|
||||
@warn "The entire primer-tables package will be removed in primer v11.0.0."
|
||||
// support files
|
||||
@import "primer-support/index.scss";
|
||||
@import "primer-marketing-support/index.scss";
|
||||
|
Loading…
Reference in New Issue
Block a user