Skip to content

issues Search Results · repo:ezavile/postcss-text-transform language:TypeScript

Filter by

5 results
 (66 ms)

5 results

inezavile/postcss-text-transform (press backspace or delete to remove)

@text-transform $text transformation $textTransformed {} Throw a message because there are not commas
  • ezavile
  • Opened 
    on May 25, 2017
  • #8

right now we use @textTransform but it s considered a warning on stylelint https://stylelint.io/user-guide/rules/at-rule-name-case/ So, we have to change to @text-transform
  • ezavile
  • Opened 
    on May 25, 2017
  • #6

Be able to use the plugin with TypeScript import * as postcssTextTransform from postcss-text-transform ; postcss([ postcssTextTransform() ]);
  • ezavile
  • Opened 
    on May 25, 2017
  • #5

Create a rule to transform the text .componentNameLowerFirst { @each $color in green, yellow, red { @textTransform $color, upperFirst, $colorTransformed { --bg$(colorTransformed) { ...
  • ezavile
  • Opened 
    on May 25, 2017
  • #3

Add configuration files to start to code
  • ezavile
  • Opened 
    on May 23, 2017
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub