1
1
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:
Shawn Allen 2018-10-22 14:05:23 -07:00
parent 9db5ba0ca1
commit f49951e20f
4 changed files with 5 additions and 0 deletions

View File

@ -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) {

View File

@ -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";

View File

@ -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";

View File

@ -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";