1.1.5 • Published 5 years ago

atma-loader-less v1.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Less Compiler (Atma Plugin)

Build Status

The Plugin extends:

How to use
Embed into the Project
  • atma plugin install atma-loader-less
    	This adds `atma-loader-less` npm dependency and the `package.json` would look like:
    	```json
    	{
    		"dependency": {
    			"atma-loader-less"
    		},
    		"atma": {
    			"plugins": [
    				"atma-loader-less"
    			],
    			"settings": {
    				"less_loader": {
    					"extension": "less"
    				}
    			}
    		}
    	}
    	```
  • That's all. Now, you are ready to use 'dynamic stylesheets' in your project
Quick Try
  • install atma: $ npm install atma -g
  • install plugin: $ atma plugin install atma-loader-less
  • add test.html to the directory

    <!DOCTYPE html>
    <link href='test.less' rel='stylesheet' />
  • add test.less

    @color: green;
    		body { background: @color; }
  • start the server: $ atma server
  • open the browser: http://localhost:5777/test.html

(c) MIT License - Atma.js Project

1.1.5

5 years ago

1.1.0

5 years ago

1.1.4

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.0.5

9 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.9

10 years ago