Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix function name formats #442

Merged

Conversation

DanPurdy
Copy link
Member

@DanPurdy DanPurdy commented Dec 8, 2015

As discussed #434 The function name format rule wasn't taking into account a lot of default CSS function names.

After trawling the web for as definitive list as possible I've added my findings to the whitelist. Some of the functions are either very very early in the w3c draft process or have even lost support in most of the browsers around today but I feel it's important to keep them there out of completeness sake

closes #434

Again not sure it's worth a hotfix when 1.4.0 is around the corner

DCO 1.1 Signed-off-by: Dan Purdy danjpurdy@gmail.com

@DanPurdy DanPurdy added this to the 1.4.0 milestone Dec 8, 2015
@DanPurdy
Copy link
Member Author

DanPurdy commented Dec 8, 2015

Need to add all the sass functions too

@DanPurdy
Copy link
Member Author

DanPurdy commented Dec 8, 2015

TODO:

  • RGB Functions
  • HSL Functions
  • Opacity Functions
  • Other Color Functions
  • String Functions
  • Number Functions
  • List Functions
  • Map Functions
  • Selector Functions
  • Introspection Functions
  • Miscellaneous Functions

@DanPurdy
Copy link
Member Author

DanPurdy commented Dec 8, 2015

Ready for review

@benthemonkey
Copy link
Member

LGTM. Merging.

benthemonkey added a commit that referenced this pull request Dec 8, 2015
@benthemonkey benthemonkey merged commit 74fec4a into sasstools:develop Dec 8, 2015
@DanPurdy DanPurdy deleted the feature/fix-function-name-format branch December 23, 2015 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

function-name-format doesn't take exception to built-in CSS functions
2 participants