{"id":19312134,"url":"https://github.com/bigcommerce/stencil-styles","last_synced_at":"2026-07-04T08:30:18.386Z","repository":{"id":16508820,"uuid":"38461363","full_name":"bigcommerce/stencil-styles","owner":"bigcommerce","description":"Compiles SCSS for the Stencil Framework","archived":false,"fork":false,"pushed_at":"2024-12-04T12:56:27.000Z","size":664,"stargazers_count":6,"open_issues_count":6,"forks_count":16,"subscribers_count":72,"default_branch":"master","last_synced_at":"2025-02-06T06:07:23.807Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-4-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bigcommerce.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-07-02T23:17:21.000Z","updated_at":"2024-11-11T06:15:49.000Z","dependencies_parsed_at":"2023-11-23T17:42:29.408Z","dependency_job_id":"e5a06ed0-f742-4e3d-917e-c685facf0633","html_url":"https://github.com/bigcommerce/stencil-styles","commit_stats":{"total_commits":80,"total_committers":16,"mean_commits":5.0,"dds":0.8375,"last_synced_commit":"8936a8f072cd8ff0db5c1929681461646b9d2eab"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigcommerce%2Fstencil-styles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigcommerce%2Fstencil-styles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigcommerce%2Fstencil-styles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigcommerce%2Fstencil-styles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigcommerce","download_url":"https://codeload.github.com/bigcommerce/stencil-styles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240415212,"owners_count":19797599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T00:33:02.656Z","updated_at":"2026-07-04T08:30:18.343Z","avatar_url":"https://github.com/bigcommerce.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stencil Styles\n## Compiles SCSS On-The-Fly for the Stencil Framework\n\n### Usage\n*This is assuming you are using Glue and have added `stencil-styles` to your manifest file*\n\n```javascript\nconst StencilStyles = require('@bigcommerce/stencil-styles');\n\nconst stencilStyles = new StencilStyles;\n\nstencilStyles.compile(compiler, {\n    data: '', //Initial SCSS content,\n    files: {}, //An object of all files needed to compile using key as the path name and val as the content\n    dest: '', // `dest` option for SCSS\n    themeSettings: {}, // Flat object of arbitrary settings that can be used by the stencil sass functions\n    autoprefixerOptions: { // Autoprefixer Options\n        cascade: true,\n        browsers: [\"\u003e 5% in US\"]\n    }\n}, (err, css) =\u003e {\n    // `css` will be the compiled SCSS\n});\n```\n\n#### License\n\nCopyright (c) 2015-present, Bigcommerce Inc.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n1. Redistributions of source code must retain the above copyright\n   notice, this list of conditions and the following disclaimer.\n2. Redistributions in binary form must reproduce the above copyright\n   notice, this list of conditions and the following disclaimer in the\n   documentation and/or other materials provided with the distribution.\n3. All advertising materials mentioning features or use of this software\n   must display the following acknowledgement:\n   This product includes software developed by Bigcommerce Inc.\n4. Neither the name of Bigcommerce Inc. nor the\n   names of its contributors may be used to endorse or promote products\n   derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY BIGCOMMERCE INC ''AS IS'' AND ANY\nEXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL BIGCOMMERCE INC BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigcommerce%2Fstencil-styles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigcommerce%2Fstencil-styles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigcommerce%2Fstencil-styles/lists"}