diff options
| author | Lucifer <[email protected]> | 2019-12-13 07:06:17 +0530 |
|---|---|---|
| committer | Lucifer <[email protected]> | 2019-12-13 07:06:17 +0530 |
| commit | cc313634b562542c6068a2637c34a5e9a161adfe (patch) | |
| tree | fe37deff59cef86320d51589b1e67a3c2013ae84 /dist/mac | |
| parent | 4bc23f0aca58af088c1ec10eb0c4ca2c945121cd (diff) | |
| download | nativekit-cc313634b562542c6068a2637c34a5e9a161adfe.tar.xz nativekit-cc313634b562542c6068a2637c34a5e9a161adfe.zip | |
Added Comments to macOS CSS, Fixed File names
Diffstat (limited to 'dist/mac')
| -rw-r--r-- | dist/mac/all.css | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/dist/mac/all.css b/dist/mac/all.css index e69de29..28f64f2 100644 --- a/dist/mac/all.css +++ b/dist/mac/all.css @@ -0,0 +1,45 @@ +/* + +Native Kit Stylesheet. + +v0.1.0 + +Created by Kumar Priyansh on 13/12/2019. + +This file is intended for development of apps for macOS Systems. +This file contains styles for both light and dark mode of macOS. +For development of Windows, please look into the 'windows' folder. + +This product is published under the GPL 3.0 License for free and +thus allows all the users of this product to clone, download, modify +or redistribute the copy of this product. + +This product comes on "AS IS" basis and dows not comes with any kind +of warranty. The use if this file is solely based on your own +discretion. + + +==================================================================== + + +CONTENTS OF THIS FILE: +---------------------- + +1. Window +2. Title Bars +3. Box Layouts +4. Sidebars +5. Image Views +6. Outline Lists +7. Tables +8. Lists +9. Buttons +10. Forms +11. Panels +12. Popovers +13. Split Views +14. Tab Views +15. Progress Indicators + +*/ + |
