https://github.com/james2doyle/nudeproject
A starting point for new web projects, meant for building simple sites or landing pages.
https://github.com/james2doyle/nudeproject
Last synced: about 1 year ago
JSON representation
A starting point for new web projects, meant for building simple sites or landing pages.
- Host: GitHub
- URL: https://github.com/james2doyle/nudeproject
- Owner: james2doyle
- Created: 2013-05-28T01:26:35.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-10-02T17:54:24.000Z (over 10 years ago)
- Last Synced: 2025-04-02T22:33:08.481Z (about 1 year ago)
- Language: CSS
- Size: 622 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nudeproject
===========
A starting point for new web projects, meant for building simple sites or landing pages.

### grunt
included grunt taks
* curl -- update front-end dependencies
* imagemin -- compress images
* uglify -- compress js
* cssmin -- compress css
* concat -- combine files
* sass -- libsass task
* watch -- livereload
* autoprefixer -- no more prefixes
### stylesheets
* normalize.scss
* grid.scss -- simple grid
* mixins.scss -- simple mixins
* basic styles for font normalization
### javascript
modernizr custom build
* multiplebgs
* cssanimations
* csscolumns
* cssgradients
* csstransforms
* csstransforms3d
* localstorage
* touch
* shiv
* cssclasses
* prefixed
* teststyles
* testprop
* testallprops
* prefixes
* domprefixes
* css calc
* css filters
* css mask
* css remunit
* css vhunit
* css vmaxunit
* css vminunit
* css vwunit