(self, stylesheet: ResourceType)
| 146 | self._resources = Resources("_css_dist", self.config) |
| 147 | |
| 148 | def append_css(self, stylesheet: ResourceType): |
| 149 | self._resources.append_resource(stylesheet) |
| 150 | |
| 151 | def get_all_css(self): |
| 152 | return self._resources.get_all_resources() |