https://github.com/NativeScript/nativescript-dev-less
LESS CSS pre-processor for NativeScript projects
https://github.com/NativeScript/nativescript-dev-less
android ios less mobile nativescript
Last synced: 12 days ago
JSON representation
LESS CSS pre-processor for NativeScript projects
- Host: GitHub
- URL: https://github.com/NativeScript/nativescript-dev-less
- Owner: NativeScript
- License: apache-2.0
- Created: 2015-12-02T07:15:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T06:42:00.000Z (almost 7 years ago)
- Last Synced: 2026-02-08T06:51:36.392Z (20 days ago)
- Topics: android, ios, less, mobile, nativescript
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 3
- Watchers: 22
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-nativescript - Less - LESS CSS pre-processor for NativeScript projects. (Awesome {N} [](https://github.com/sindresorhus/awesome) / Table of Contents)
README
LESS CSS pre-processor for NativeScript projects.
=======================================
## `nativescript-dev-less` is deprecated in favour of `bundle` workflow, which will be introduced with CLI v6.0. More info about the upcoming new approach can be found [here](https://www.nativescript.org/blog/the-future-of-building-nativescript-apps).
How to use
----------
```
$ tns install less
```
The above command installs this module and installs the necessary hooks. LESS CSS pre-processing of all `.less` files inside `app` folder happens when the project is prepared for build.