1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 19:53:11 +03:00

Update modules/primer-layout/lib/columns.scss

Co-Authored-By: jonrohan <rohan@github.com>
This commit is contained in:
Shawn Allen 2019-01-25 14:52:25 -08:00 committed by GitHub
parent 0439cc649c
commit a75d1fb557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
// Create rows with `.columns` to clear the floated columns and outdent the
// padding on `.column`s with negative margin for alignment.
@warn ".columns, .column, .one-third, .two-thirds, .one-fourth, .one-half, .three-fourths, .one-fifth, .four-fifths, .centered will be deprecated in 12.0.0 please migrate to grid.scss"
@warn ".columns, .column, .one-third, .two-thirds, .one-fourth, .one-half, .three-fourths, .one-fifth, .four-fifths, .centered will be deprecated in 12.0.0 please migrate to grid.scss";
.columns {
margin-right: -$grid-gutter;