You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Gets the UI library search path - the paths where it will
189
+
* search for UI libraries.
190
+
* @return string Paths separated by path separator char.
191
+
*/
192
+
publicfunctiongetUILibraryPath() {
193
+
return$this->UI_LIBRARY_PATH;
194
+
}
195
+
196
+
/**
197
+
* Sets the search paths to look for UI libraries.
198
+
* @param string $path A path in format like PATH or LD_LIBRARY_PATH. Paths separated by PATH_SEPARATOR. (e.g. semicolon on windows, and colon on unix).
This repository is automatically synced with the main [Semantic UI](https://github.com/Semantic-Org/Semantic-UI) repository to provide lightweight CSS only version of Semantic UI.
4
+
5
+
This package **does not support theming** and includes generated CSS files of the default theme only.
6
+
7
+
You can view more on Semantic UI at [LearnSemantic.com](http://www.learnsemantic.com) and [Semantic-UI.com](http://www.semantic-ui.com)
0 commit comments