diff --git a/README.md b/README.md index 75a74e0..4a5eaa0 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,12 @@ And our template file. ``` +Add our styles to yours + +```scss +@import 'ngx-loading-buttons/styles'; +``` + ## Issues 🐛 Found a bug? Want to request a feature? Confused? Or wanna simply comment on how useful this library is? diff --git a/projects/ngx-loading-buttons/package.json b/projects/ngx-loading-buttons/package.json index 880ad06..3edbb1c 100644 --- a/projects/ngx-loading-buttons/package.json +++ b/projects/ngx-loading-buttons/package.json @@ -21,5 +21,12 @@ "license": "MIT", "repository": { "url": "https://github.com/dkreider/ngx-loading-buttons" + }, + "files": [ + "styles.css" + ], + "exports": { + "./styles": "./styles.css", + "./styles.css": "./styles.css" } -} \ No newline at end of file +} diff --git a/projects/ngx-loading-buttons/styles.css b/projects/ngx-loading-buttons/styles.css new file mode 100644 index 0000000..594cb0b --- /dev/null +++ b/projects/ngx-loading-buttons/styles.css @@ -0,0 +1 @@ +@import "./src/styles.css";