From cc313634b562542c6068a2637c34a5e9a161adfe Mon Sep 17 00:00:00 2001 From: Lucifer Date: Fri, 13 Dec 2019 07:06:17 +0530 Subject: Added Comments to macOS CSS, Fixed File names --- dist/mac/all.css | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'dist') 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 + +*/ + -- cgit v1.2.3