-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* classes constants support custom namespace * add $pt-namespace variable, alias as $ns * use $ns in all sass classes * docs css examples replace $ns at render time * landing app uses landing- prefix * fix lint * KSS examples: use `#{$ns}` in markup, simplify references * replace ns interpolations in KSS examples at DM build time * do the documentalist ns replace in the stringify transform fn * fix examples styles * use Classes constants instead of hardcoded strings * add new Classes constants (from previous commit) * one more * use parent constant to derive child classes * revert namespace * PopoverSizingExample uses custom class * use `@ns` in docs md files * replace `@ns` in compile-docs-data * fix table editable tests * only one `$ns` variable * bring back env variable, namespace modifiers * add Classes docs page * outstanding pt- namespace references
- Loading branch information
Showing
174 changed files
with
2,456 additions
and
2,454 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
4d5bfb4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
customize CSS namespace (#2325)
Preview: documentation | landing | table