Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex1990/draft
My first repository, to learn how to use git and github.
https://github.com/alex1990/draft
Last synced: about 12 hours ago
JSON representation
My first repository, to learn how to use git and github.
- Host: GitHub
- URL: https://github.com/alex1990/draft
- Owner: Alex1990
- License: mit
- Created: 2013-08-12T12:52:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T13:53:46.000Z (over 7 years ago)
- Last Synced: 2024-04-17T05:10:10.344Z (7 months ago)
- Language: HTML
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
github-example
==============My first repository, to learn how to use git and github.
- [JavaScript](javascript/README.md)
|Name|Type|Default|Description|
|:--:|:--:|:-----:|:----------|
|**`root`**|`{String}`|`/`|Path to resolve URLs, URLs starting with `/` will not be translated|
|**`url`**|`{Boolean}`|`true`| Enable/Disable `url()` handling|
|**`alias`**|`{Object}`|`{}`|Create aliases to import certain modules more easily|
|**`import`** |`{Boolean}`|`true`| Enable/Disable @import handling|
|**`modules`**|`{Boolean}`|`false`|Enable/Disable CSS Modules|
|**`minimize`**|{Boolean|Object}
|`false`|Enable/Disable minification|
|**`sourceMap`**|`{Boolean}`|`false`|Enable/Disable Sourcemaps|
|**`camelCase`**|``{Boolean`|String}``|`false`|Export Classnames in CamelCase|
|**`importLoaders`**|`{Number}`|`0`|Number of loaders applied before CSS loader|