NativeScript / theme

@nativescript/theme
https://v7.docs.nativescript.org/ui/theme
Apache License 2.0
127 stars 44 forks source link

Missing info in the docs #263

Open AnthonyLenglet opened 4 years ago

AnthonyLenglet commented 4 years ago

Hi!

We've been working toward moving to the premade classes here rather than creating our own, everything has been going well. however, there have been a few classes that are not documented over on this page

Here are some that we haven't seen noted:

Also, I noticed this in a file while looking for those classes, I think the fact that "headings" are imported after spacing is the reason why margin-bottom classes aren't working on elements with heading classes scss/core/primitives/_index.scss

@import './spacing';
@import './text';
@import './headings';