@@ -10,7 +10,7 @@ Bootstrap is installed as a Node module. The `gsc.scss` file is the build source
Build scripts in `package.json` are adapted from Bootstrap's `package.json`, and use the same `devDependencies`. The `postcss.config.js` file is also duplicated from the Bootstrap source.
The `files` field in `package.json` is used to ensure that only the built code is shipped when this package is installed as a Node module.
The `files` field in `package.json` is used to ensure that only the built code is shipped when this package is installed as a Node module. As of April 2018, this functionality is not present in Yarn, only in NPM - see https://github.com/yarnpkg/yarn/issues/2090.