{"id":16946115,"url":"https://github.com/superhawk610/gatsby-plugin-stylable","last_synced_at":"2025-04-11T16:30:43.041Z","repository":{"id":34923255,"uuid":"190620654","full_name":"superhawk610/gatsby-plugin-stylable","owner":"superhawk610","description":"Gatsby plugin for enabling wix/stylable support.","archived":false,"fork":false,"pushed_at":"2023-01-03T23:34:08.000Z","size":655,"stargazers_count":4,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T22:16:53.961Z","etag":null,"topics":["gatsby","gatsby-plugin","gatsby-plugin-stylable","hacktoberfest","stylable","wix"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/superhawk610.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-06T17:17:13.000Z","updated_at":"2021-05-10T10:32:04.000Z","dependencies_parsed_at":"2023-01-15T10:28:30.788Z","dependency_job_id":null,"html_url":"https://github.com/superhawk610/gatsby-plugin-stylable","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superhawk610%2Fgatsby-plugin-stylable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superhawk610%2Fgatsby-plugin-stylable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superhawk610%2Fgatsby-plugin-stylable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superhawk610%2Fgatsby-plugin-stylable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superhawk610","download_url":"https://codeload.github.com/superhawk610/gatsby-plugin-stylable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248441225,"owners_count":21103947,"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":["gatsby","gatsby-plugin","gatsby-plugin-stylable","hacktoberfest","stylable","wix"],"created_at":"2024-10-13T21:26:11.280Z","updated_at":"2025-04-11T16:30:42.788Z","avatar_url":"https://github.com/superhawk610.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gatsby-plugin-stylable\n\n![npm](https://img.shields.io/npm/v/gatsby-plugin-stylable.svg)\n\nGatsby plugin for enabling [wix/stylable](https://github.com/wix/stylable) support.\n\n## Install\n\n```\nnpm install --save gatsby-plugin-stylable\n```\n\n## How to use\n\nJust install this plugin and enable it in your `gatsby-config.js`.\n\n```js\n// gatsby-config.js\n\nmodule.exports = {\n  plugins: [`gatsby-plugin-stylable`],\n}\n```\n\nIf you have any other plugins that add CSS loaders to your Webpack config, make sure to place this plugin **after** them.\n\nIf you want to configure `@stylable/webpack-plugin`, you may pass additional configuration options as shown below (the default configuration is shown):\n\n```js\n// gatsby-config.js\n\nmodule.exports = {\n  plugins: [\n    {\n      resolve: `gatsby-plugin-stylable`,\n      options: {\n        experimentalHMR: false,\n        optimize: {\n          classNameOptimizations: false,\n          shortNamespaces: false,\n        },\n      },\n    },\n  ],\n}\n```\n\n**NOTE:** `optimize.classNameOptimizations` and `optimize.shortNamespaces` are disabled since they will break\nproduction builds. Re-enable them at your own risk.\n\n## Options\n\nThis plugin support any configuration options available to `@stylable/webpack-plugin`. For a full list, see [here](https://github.com/wix/stylable/tree/master/packages/webpack-plugin#plugin-configuration-options).\n\n## License\n\nCopyright \u0026copy; 2019 Aaron Ross. Use of this project is governed by an [ISC license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperhawk610%2Fgatsby-plugin-stylable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperhawk610%2Fgatsby-plugin-stylable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperhawk610%2Fgatsby-plugin-stylable/lists"}