├── .DS_Store ├── CNAME ├── LICENSE ├── README.md ├── aspecty.js ├── cssplus-logo.png ├── cssplus-logo.svg ├── cursory.js ├── index.html ├── index.js ├── package.json ├── scrollery.js ├── selectory.js ├── test ├── aspecty.html ├── cursory.html ├── scrollery.html ├── selectory.html ├── varsity.html └── xpathy.html ├── varsity.js └── xpathy.js /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomhodgins/cssplus/HEAD/.DS_Store -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | csspl.us -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomhodgins/cssplus/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomhodgins/cssplus/HEAD/README.md -------------------------------------------------------------------------------- /aspecty.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomhodgins/cssplus/HEAD/aspecty.js -------------------------------------------------------------------------------- /cssplus-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomhodgins/cssplus/HEAD/cssplus-logo.png -------------------------------------------------------------------------------- /cssplus-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomhodgins/cssplus/HEAD/cssplus-logo.svg -------------------------------------------------------------------------------- /cursory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomhodgins/cssplus/HEAD/cursory.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomhodgins/cssplus/HEAD/index.html -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomhodgins/cssplus/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomhodgins/cssplus/HEAD/package.json -------------------------------------------------------------------------------- /scrollery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomhodgins/cssplus/HEAD/scrollery.js -------------------------------------------------------------------------------- /selectory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomhodgins/cssplus/HEAD/selectory.js -------------------------------------------------------------------------------- /test/aspecty.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomhodgins/cssplus/HEAD/test/aspecty.html -------------------------------------------------------------------------------- /test/cursory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomhodgins/cssplus/HEAD/test/cursory.html -------------------------------------------------------------------------------- /test/scrollery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomhodgins/cssplus/HEAD/test/scrollery.html -------------------------------------------------------------------------------- /test/selectory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomhodgins/cssplus/HEAD/test/selectory.html -------------------------------------------------------------------------------- /test/varsity.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomhodgins/cssplus/HEAD/test/varsity.html -------------------------------------------------------------------------------- /test/xpathy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomhodgins/cssplus/HEAD/test/xpathy.html -------------------------------------------------------------------------------- /varsity.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomhodgins/cssplus/HEAD/varsity.js -------------------------------------------------------------------------------- /xpathy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomhodgins/cssplus/HEAD/xpathy.js --------------------------------------------------------------------------------