Skip to content

Commit

Permalink
Add recent grid spec properties and function
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins authored and sds committed May 8, 2017
1 parent 284d011 commit 3f16180
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/properties.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,22 @@ grid-auto-flow
grid-auto-rows
grid-before
grid-column
grid-column-end
grid-column-gap
grid-column-start
grid-columns
grid-end
grid-gap
grid-row
grid-row-end
grid-row-gap
grid-row-start
grid-rows
grid-start
grid-template
grid-template-areas
grid-template-columns
grid-template-rows
hanging-punctuation
height
highlight
Expand Down
1 change: 1 addition & 0 deletions lib/scss_lint/linter/name_format.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class Linter::NameFormat < Linter
linear-gradient repeating-linear-gradient
radial-gradient repeating-radial-gradient
cubic-bezier
fit-content
].to_set.freeze

SCSS_FUNCTION_WHITELIST = %w[
Expand Down

0 comments on commit 3f16180

Please sign in to comment.