{"_id":"@andban/snapgrid-css","_rev":"1-8d82fde7bb3c44414950f942140be886","name":"@andban/snapgrid-css","dist-tags":{"latest":"1.0.0-alpha.1"},"versions":{"1.0.0-alpha.1":{"name":"@andban/snapgrid-css","version":"1.0.0-alpha.1","description":"A CSS library for building responsive containers using scroll snap","style":"dist/css/snapgrid.css","sass":"scss/snapgrid.scss","publishConfig":{"access":"public"},"scripts":{"css":"npm-run-all css-compile css-prefix css-minify","css-compile":"node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/ -o dist/css/","css-prefix":"postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"","css-minify":"cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/snapgrid.min.css dist/css/snapgrid.css","watch":"npm-run-all --parallel watch-*","watch-css":"nodemon --watch scss/ --ext scss --exec \"npm-run-all css-compile css-prefix\"","watch-example":"serve .","prepare":"npm run css"},"author":{"name":"Andreas Bannach","email":"andreas@borntohula.de"},"license":"ISC","devDependencies":{"autoprefixer":"^9.6.1","clean-css-cli":"^4.3.0","node-sass":"^4.12.0","nodemon":"^1.19.2","npm-run-all":"^4.1.5","postcss-cli":"^6.1.3","serve":"^11.2.0"},"gitHead":"6175f79b7db182de8993fb8a9e10a9e200c45a98","_id":"@andban/snapgrid-css@1.0.0-alpha.1","_nodeVersion":"10.15.0","_npmVersion":"lerna/3.16.4/node@v10.15.0+x64 (darwin)","dist":{"integrity":"sha512-jajyVLHzcwwXAvCmwr7zgygZieNvJwGz8RPjokdSH0HqaQ3I23bxBnl6rbX/Hv6dUvtfMPV+gdbxq2NPCLtPgw==","shasum":"856213b5ac7d25157690cab9291c6deee714914e","tarball":"https://registry.npmjs.org/@andban/snapgrid-css/-/snapgrid-css-1.0.0-alpha.1.tgz","fileCount":11,"unpackedSize":29166,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdoMrNCRA9TVsSAnZWagAAzJ4P/iC7ZvDE2/78cdl21vZJ\nWvOO1mMKcJjGSb11oPJJX7wHYxDPxBJLFPk2Ld+ns6ThfajqNXEsfor4IbSH\ndnI1MAqqBONh/Z2rCEFwmB5IB+Tuyf0jiu9zmlmE8xI9uUKbWYCcVdN0rgVy\ndsZVmk2o7S1dRXjLcb5FO+o3pgljJNLFjIXWuxIX9q82Q7AFbx/rHGIgtw3G\ndpultkwPVRvLIOyN/3kHG4S0TD/zTR6RfIa8fq7C4Jlp7KsDpTOFhWGgA7ln\nDEGUhLpKUU6sBnf/Qq5wLFQGMF+O1mQpnuMTBLz/wfvgPZhIQtoEsiXvGCYb\nP6dGzqhGuJSv66fTiHoTH5EtHUpr5BedE6Zjqn92dre8qrdbIVmJCuRhWJTa\n0iMkO10jvIul4wXwodbI9hA16RzIMFi1pdSgEV8nfqXAEZ4L1c+80o36QCPS\nqTqnR4WMpfLuhH9oYwepIo/+P7mfSxVMqz3xjyvm1RRDw+/dzD6xlIJfOOi4\nzCJIBCMMmqU1e/8+SCbUE/UobBN93UozV4gwxMGxyTRsCm3/MdKC0Ta2bIH7\nNbwFksc2k9/b3V8HR7f525W+XZWJ6OgToZyOFeQucyNaAsQOBiSN3isBVsjW\nHfeb04QQ9E8DmQJkptTZMVNF+Pol6kkSVolPJk8N9dTHO6Y02MYWw5PHTXsh\nXUDU\r\n=6LIg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH1hemV5HG7hWQwH+aWYhnsfW4+MyBE3k8Hg5zJ38kfQAiB6fZxXr9s1KghuR4279tCLGB5v5+VM+oy9XoQaCqx+vA=="}]},"maintainers":[{"name":"andban","email":"npm@borntohula.de"}],"_npmUser":{"name":"andban","email":"npm@borntohula.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/snapgrid-css_1.0.0-alpha.1_1570818764649_0.41971074249588325"},"_hasShrinkwrap":false}},"time":{"created":"2019-10-11T18:32:44.421Z","1.0.0-alpha.1":"2019-10-11T18:32:44.779Z","modified":"2022-04-04T13:57:31.097Z"},"maintainers":[{"name":"andban","email":"npm@borntohula.de"}],"description":"A CSS library for building responsive containers using scroll snap","author":{"name":"Andreas Bannach","email":"andreas@borntohula.de"},"license":"ISC","readme":"# snapgrid-css\n\n## Installation\n\n```bash\n$ npm i @andban/snapgrid-css\n# or yarn\n$ yarn add @andban/snapgrid-css\n```\n\n## Classes\n\n### .sg-hfill[-(xs|sm|md|lg|xl)]\n\nCreates a container that will collapse when the screen size falls below the break point and enables horizontal scrolling.\n\n### .sg-vfill[-(xs|sm|md|lg|xl)]\n\nCreates a container that will collapse when the screen size falls below the break point and enables vertical scrolling.\n\n### .sg-snap\n\nA container that will expand when the container reaches its breaking point.\n","readmeFilename":"README.md"}