@searchstax-inc/searchstudio-ux-js 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +13 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -153,4 +153,16 @@ example of result widget initialization with various options
153
153
  ```
154
154
 
155
155
  ## Template overrides
156
- Templates use mustache templating. For more info see https://github.com/janl/mustache.js
156
+ Templates use mustache templating. For more info see https://github.com/janl/mustache.js
157
+
158
+ ## STYLING
159
+
160
+ scss styles can be imported from searchstudio-ux-js
161
+ ```
162
+ @import './../node_modules/@searchstax-inc/searchstudio-ux-js/dist/styles/scss/mainTheme.scss';
163
+ ```
164
+ css can be taken from
165
+
166
+ ```
167
+ ./../node_modules/@searchstax-inc/searchstudio-ux-js/dist/styles/mainTheme.css
168
+ ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@searchstax-inc/searchstudio-ux-js",
3
3
  "private": false,
4
- "version": "0.0.5",
4
+ "version": "0.0.6",
5
5
  "files": [
6
6
  "dist"
7
7
  ],